projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c15d9
)
gnomeos-update-branches: Don't copy kernel modules
author
Colin Walters
<walters@verbum.org>
Tue, 28 Feb 2012 18:27:31 +0000
(13:27 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 28 Feb 2012 18:27:31 +0000
(13:27 -0500)
No longer necessary now that we're storing them in /ostree/modules.
gnomeos/yocto/gnomeos-update-branches.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-update-branches.sh
b/gnomeos/yocto/gnomeos-update-branches.sh
index eb73d4830e4a63028eed4e1eb75c1a56c5d0e1b9..f00e0c3619511b5841cb3639cb0e2ae1e4e3be74 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-update-branches.sh
+++ b/
gnomeos/yocto/gnomeos-update-branches.sh
@@
-30,7
+30,6
@@
for branch in runtime devel; do
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
- cp -ar /lib/modules/${uname} ${BRANCH_PREFIX}${branch}-${rev}/lib/modules/${uname}
fi
ln -sf ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current.new
mv ${BRANCH_PREFIX}${branch}-current{.new,}